Hands-On Functional Test Automation by Chaminda Chandrasekara & Pushpa Herath

Hands-On Functional Test Automation by Chaminda Chandrasekara & Pushpa Herath

Author:Chaminda Chandrasekara & Pushpa Herath
Language: eng
Format: epub
ISBN: 9781484244111
Publisher: Apress


namespace PageModel

{

/// <summary>

/// Page object for LoginToSite

/// </summary>

public class UserLoginPage

{

/// <summary>

/// The page url

/// </summary>

private static readonly string PageUrl = SeleniumConfig.GetWebSiteBase() + "Account/SignIn";

/// <summary>

/// Selenium test object

/// </summary>

private SeleniumTestObject testObject;

/// <summary>

/// Initializes a new instance of the <see cref="UserLoginPage" /> class.

/// </summary>

/// <param name="testObject">The selenium test object</param>

public UserLoginPage(SeleniumTestObject testObject)

{

this.testObject = testObject;

}



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.